home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00509.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  168 b   |  10 lines

  1. on set1off
  2.   global setoffguy
  3.   if setoffguy = 0 then
  4.     puppetSprite(1, 1)
  5.     set the locH of sprite 1 to the locH of sprite 1 + 5
  6.   else
  7.     nothing()
  8.   end if
  9. end
  10.